The AdditionalInformation property can be used to store additional information about an error, beyond what is stored in the Description property.
__property BSTR AdditionalInformation;
String AdditionalInformation;
Property AdditionalInformation() As String
Applications can use the AdditionalInformation property to specify any additional information value they need to capture and communicate in the ADError. For example, it may be used to store more detailed error information that is not normally shown to the end-user but is available for technical support personnel.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|